INSTALLERINFO (Structures)
Last changed: Andriy Klyuchevskyy-71.112.103.6

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]

public struct INSTALLERINFO

{

    [MarshalAs(UnmanagedType.LPWStr)] public string pApplicationId;
    [MarshalAs(UnmanagedType.LPWStr)] public string pDisplayName;
    [MarshalAs(UnmanagedType.LPWStr)] public string pProductName;
    [MarshalAs(UnmanagedType.LPWStr)] public string pMfgName;

}

VB Definition:

Structure INSTALLERINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation